Q: Q: Type your question here.
A: A: Type your answer here.
Perhaps illustrate your point with some source code:
Listing 1: Creating an AUGraph and adding nodes. ComponentDescription cd;
cd.componentFlags = 0;
cd.componentFlagsMask = 0;
cd.componentType = kAudioUnitType_Output;
cd.componentSubType = kAudioUnitSubType_DefaultOutput;
cd.componentManufacturer = kAudioUnitManufacturer_Apple;
AUGraphNewNode (mAUGraph, &cd, 0, NULL, &mOutputNode);
Posted: 2004-05-12 Document Revision HistoryDate | Notes |
---|
2004-05-12 | new document |
Posted: 2004-05-12
|